home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Scene / Inhalt < prev    next >
Text File  |  2000-01-01  |  377b  |  13 lines

  1. if not exists env:quickstarted
  2. Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
  3. wait 2
  4. quit
  5. endif
  6.  
  7. set a `requestchoice "Amiga Plus (C)" "Welche Version wollen Sie?" "HTML|Guide"`
  8. if $a eq 1
  9. EXECUTE >NIL: APCD:Scripts/viewhtml `list Index.html lformat=%F%N` HTML
  10. else
  11. EXECUTE >NIL: APCD:Scripts/viewhtml `list index.guide lformat=%F%N` GUIDE
  12. endif
  13. quit